home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / cmln0186.arc / ASSEMBL2.LTG < prev    next >
Text File  |  1986-12-20  |  1KB  |  23 lines

  1. assembly.art Listing 2
  2.  
  3.  
  4. /*==============================================================================
  5. *   video.h                                        created 5-11-85
  6. *                                                                              *
  7. *   This header file contains the video attributes for the IBM PC monochrome   *
  8. *   controller.                                                                *
  9. *                                                                              *
  10. *                                                                              *
  11. *=============================================================================*/
  12. #define UNDERSCORE 1
  13. #define NORMAL 7
  14. #define HILITE_UNDERSCORE 9
  15. #define HILITE 10
  16. #define REVERSE 112
  17. #define BLINK_UNDERSCORE 129
  18. #define BLINK_HILITE_UNDERSCORE 137
  19. #define HILITE_BLINK 138
  20. #define BLINKING 239
  21. #define BLINK_REVERSE_VIDEO 240
  22. /*============================================================================*/
  23.